home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 3 / QRZ Ham Radio Callsign Database - Volume 3.iso / world / amiga / cdoc720j.lzh / 7plus.doc next >
Text File  |  1993-08-25  |  2KB  |  49 lines

  1. I have added the current 7plus archive to the C-BBS distribution.
  2.  
  3. 7plus is used to convert binary files into text so that they can be sent
  4. over packet radio networks.
  5.  
  6. If you receive a set of 7plus files, you use the 'F' command to put them all
  7. into one file in ram: and then use the 7plus extract mode to extract the
  8. 7plus files (*.pl) from the messages. You do not have to edit the messages
  9. yourself to remove headers etc.
  10.  
  11. e.g. if someone has sent you a 7plus file which is in 3 parts and the
  12. message numbers are 415 418 amd 423, then you can give the following
  13. commands to C-BBS. First you use:
  14.  
  15. f 415 ram:msg
  16.  
  17. which creates the file. then you use:
  18.  
  19. f 418 ram:msg a
  20. f 423 ram:msg a
  21.  
  22. which adds the other two messages on the end of ram:msg. It does NOT matter
  23. if the messages are specified in the correct order. 7plus will extract the
  24. different parts corectly anyway.
  25. Now you use 7plus to extract the compressed files.
  26.  
  27. 7plus ram:msg -x
  28.  
  29. This will extract the 3 compressed messages and print out their names.
  30. If their names are config.01, config.02, config.03, then to generate the
  31. original file from these 3 you type the CLI command:
  32.  
  33. 7plus config
  34.  
  35. and it will then recreate the original file for you.
  36.  
  37.  
  38. Sending a file can be accomplished by generating one or more 7plus files in
  39. ram: and then using the M command in CBBS to mail the files. E.g. if
  40. you encode a file and it produces two pieces, muf.01 and muf.02, then you
  41. can have C-BBS mail them to, say, VE5OP by using the commands:
  42.  
  43. mp ve5op ram:muf.01
  44. mp ve5op ram:muf.02
  45.  
  46. The 'M' command asks for a title. You can also add an @bbs field AFTER the
  47. filename if you wish. e.g.   mp ve5op ram:muf.01 @ VE5AGA
  48.  
  49.